Fix a typo in the tutorial.
authorChristian Dywan <christian@imendio.com>
Tue, 30 Sep 2008 01:29:26 +0000 (01:29 +0000)
committerChristian Dywan <cdywan@src.gnome.org>
Tue, 30 Sep 2008 01:29:26 +0000 (01:29 +0000)
2008-09-30  Christian Dywan  <christian@imendio.com>

Fix a typo in the tutorial.

* docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.

svn path=/trunk/; revision=21549

ChangeLog
docs/tutorial/gtk-tut.sgml

index e24712f0bb5e191c784974d70e541b4314d5163c..b7a1a02eb4e5236d541e74aa28d4d2a27c89ad02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-30  Christian Dywan  <christian@imendio.com>
+
+       Fix a typo in the tutorial.
+
+       * docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.
+
 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 553086 – hard to see current immodule
index 335864789cb3eaddd490b50e34686ef95de11652..7f0920abd36a6764a9b027ce53097ef68af6e986 100755 (executable)
@@ -8246,7 +8246,7 @@ GtkWidget *gtk_menu_item_new( void );
 
 GtkWidget *gtk_menu_item_new_with_label( const char *label );
 
-GtkWidget *gtk_menu_item_new_with_mnemnonic( const char *label );
+GtkWidget *gtk_menu_item_new_with_mnemonic( const char *label );
 </programlisting>
 
 <para>These calls are used to create the menu items that are to be